home *** CD-ROM | disk | FTP | other *** search
/ The Zoo 1: Unborn / The Zoo 1 - Unborn.adf / ARTICLES / basic.txt < prev    next >
Text File  |  1992-10-23  |  2KB  |  42 lines

  1. @H@1Basic BASIC
  2. @A@3By Smiley
  3. @FHbigwall16
  4. @FAshareandenjoy08
  5. @FMprime08
  6. {3@1
  7. 1Ok, most of us have graduated from BASIC to assembler, C, E, Pascal etc, but
  8. 1what a lot of people tend to forget is that we all have to start somewhere
  9. 1and the more obvious choice would be BASIC (for Amiga purposes AMOS is better
  10. 1and this article should be compatible - as I know AMOS very well I will point
  11. 1out any major differences).
  12. 1So these articles are for the very beginners amongst us (not Lamers as some
  13. 1"Elite" would have us believe) to get a hold of the principles of programming
  14. 1I will write these tutorials in psuedo-BASIC, in other words it may not tie
  15. 1in exactly with any actual BASIC interpreter but the theory will be there.
  16. 1
  17. 1As this is only the first issue of Zoo I wont actually write any BASIC here
  18. 1but refer to what I hopefully will include if I/the magazine gets sufficient
  19. 1demand.
  20. 1What you wont see here is any coding specific to the Amiga, i.e. there will
  21. 1be no copper, dual playfielding, sprites, bobs etc. - this is what there will
  22. 1be though :-
  23. 1
  24. 1Types - integers, reals ,booleans ,characters
  25. 1Loops - for-next, repeat-until ,repeat-while
  26. 1Math  - adding, subtacting, multiplying etc. (remember this is for beginners)
  27. 1Screen accessing - print, gotoxy
  28. 1Simple graphics - lines circles, boxes, use of color
  29. 1Procedures - gosubs, gotos
  30. 1File handling - opening, closing, writing, types (sequantial, indexed etc.)
  31. 1Misc - delays, sound
  32. 1
  33. 1Fair enough, most people will not even look at this, but I know when I first
  34. 1started using my good old Speccy BASIC was a mistry to me and most of the
  35. 1books were of little help (I only had the manuals) so it is this I am trying
  36. 1to rectify.
  37. 1
  38. 1If you are interested in this then drop me a note (along with some articles!
  39. 1come on we need all we can get!) and I will continue this. Hey I may even
  40. 1continue it just to fill space up in Zoo!!!
  41. X0*]
  42.